Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227942 | GEN006300 | SV-227942r603266_rule | Medium |
Description |
---|
Excessive permissions on the nnrp.access file may allow unauthorized modification which could lead to Denial-of-Service to authorized users or provide access to unauthorized users. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-30104r490246_chk ) |
---|
Check /etc/news/nnrp.access permissions. # ls -lL /etc/news/nnrp.access If /etc/news/nnrp.access has a mode more permissive than 0600, this is a finding. |
Fix Text (F-30092r490247_fix) |
---|
Change the mode of the /etc/news/nnrp.access file to 0600. # chmod 0600 /etc/news/nnrp.access |